home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMFONTDLG / TFRMFONTDLG.txt
Encoding:
Text File  |  1999-04-29  |  6.0 KB  |  269 lines

  1. object frmFontDlg: TfrmFontDlg
  2.   Left = 338
  3.   Top = 339
  4.   HelpContext = 159
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Font'
  8.   ClientHeight = 239
  9.   ClientWidth = 421
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Pitch = fpVariable
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel2: TBevel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 421
  28.     Height = 203
  29.     Align = alClient
  30.     Style = bsRaised
  31.   end
  32.   object Label24: TLabel
  33.     Left = 8
  34.     Top = 7
  35.     Width = 407
  36.     Height = 14
  37.     AutoSize = False
  38.     Caption = 'Make changes to your text with the Font properties.'
  39.   end
  40.   object Bevel1: TBevel
  41.     Left = 0
  42.     Top = 203
  43.     Width = 421
  44.     Height = 36
  45.     Align = alBottom
  46.     Style = bsRaised
  47.   end
  48.   object GroupBox1: TGroupBox
  49.     Left = 6
  50.     Top = 25
  51.     Width = 409
  52.     Height = 174
  53.     Caption = 'Font Details'
  54.     TabOrder = 0
  55.     object Label1: TLabel
  56.       Left = 10
  57.       Top = 22
  58.       Width = 27
  59.       Height = 13
  60.       AutoSize = False
  61.       Caption = '&Font:'
  62.       FocusControl = cmbFontName
  63.     end
  64.     object Label3: TLabel
  65.       Left = 188
  66.       Top = 22
  67.       Width = 23
  68.       Height = 13
  69.       AutoSize = False
  70.       Caption = 'Si&ze:'
  71.       FocusControl = cmbFontSize
  72.     end
  73.     object Label4: TLabel
  74.       Left = 268
  75.       Top = 22
  76.       Width = 29
  77.       Height = 13
  78.       AutoSize = False
  79.       Caption = 'Color:'
  80.     end
  81.     object btnEditFont: TSpeedButton
  82.       Left = 160
  83.       Top = 19
  84.       Width = 23
  85.       Height = 19
  86.       Hint = 'Edit Degradable Fonts'
  87.       ParentShowHint = False
  88.       ShowHint = True
  89.       OnClick = btnEditFontClick
  90.     end
  91.     object cmbFontName: TComboBox
  92.       Left = 39
  93.       Top = 18
  94.       Width = 122
  95.       Height = 21
  96.       HelpContext = 466
  97.       Style = csDropDownList
  98.       ItemHeight = 13
  99.       TabOrder = 0
  100.       OnChange = cmbFontNameChange
  101.     end
  102.     object cmbFontSize: TComboBox
  103.       Left = 214
  104.       Top = 18
  105.       Width = 49
  106.       Height = 21
  107.       HelpContext = 467
  108.       Style = csDropDownList
  109.       ItemHeight = 13
  110.       TabOrder = 1
  111.       OnChange = cmbFontSizeChange
  112.     end
  113.     object GroupBox2: TGroupBox
  114.       Left = 8
  115.       Top = 48
  116.       Width = 393
  117.       Height = 66
  118.       Caption = 'Options'
  119.       TabOrder = 3
  120.       object btnMacro: TSpeedButton
  121.         Left = 276
  122.         Top = 36
  123.         Width = 109
  124.         Height = 25
  125.         Caption = 'Create Macro'
  126.         Glyph.Data = {
  127.           36010000424D3601000000000000760000002800000012000000100000000100
  128.           040000000000C0000000120B0000120B00001000000000000000000000000000
  129.           80000080000000808000800000008000800080800000C0C0C000808080000000
  130.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  131.           7777770030007777777047047777770077777777770774774777770077777777
  132.           77077C77C777770077777747707707C77C77770077777747707707C77C777700
  133.           7747777477077C77C77CCC00774777F8880774774777CC00777477F998704704
  134.           77747C0077F8FFF9988870470447770077F9F9999998777777777700FFF9F999
  135.           9998777777777700F999FFF99FFF777777777700F99977F99F77777777777700
  136.           FFF977FFFF7777777777770077F97777777777777777770077FF}
  137.         OnClick = btnMacroClick
  138.       end
  139.       object chkBold: TCheckBox
  140.         Left = 30
  141.         Top = 15
  142.         Width = 97
  143.         Height = 17
  144.         HelpContext = 469
  145.         Caption = '&Bold'
  146.         TabOrder = 0
  147.         OnClick = chkBoldClick
  148.       end
  149.       object chkItalic: TCheckBox
  150.         Left = 162
  151.         Top = 15
  152.         Width = 97
  153.         Height = 17
  154.         HelpContext = 471
  155.         Caption = '&Italic'
  156.         TabOrder = 1
  157.         OnClick = chkItalicClick
  158.       end
  159.       object chkUnderline: TCheckBox
  160.         Left = 276
  161.         Top = 15
  162.         Width = 91
  163.         Height = 17
  164.         HelpContext = 473
  165.         Caption = '&Underline'
  166.         TabOrder = 2
  167.         OnClick = chkUnderlineClick
  168.       end
  169.       object chkSuper: TCheckBox
  170.         Left = 30
  171.         Top = 44
  172.         Width = 97
  173.         Height = 17
  174.         HelpContext = 470
  175.         Caption = 'Su&perscript'
  176.         TabOrder = 3
  177.         OnClick = chkSuperClick
  178.       end
  179.       object chkSub: TCheckBox
  180.         Left = 160
  181.         Top = 42
  182.         Width = 97
  183.         Height = 17
  184.         HelpContext = 472
  185.         Caption = '&Subscript'
  186.         TabOrder = 4
  187.         OnClick = chkSubClick
  188.       end
  189.       object chkBlink: TCheckBox
  190.         Left = 112
  191.         Top = 14
  192.         Width = 27
  193.         Height = 17
  194.         HelpContext = 474
  195.         Caption = 'B&linking'
  196.         TabOrder = 5
  197.         Visible = False
  198.       end
  199.     end
  200.     object pnlColour: TSausColourPicker
  201.       Left = 300
  202.       Top = 16
  203.       Width = 99
  204.       Height = 29
  205.       HelpContext = 468
  206.       TabOrder = 2
  207.       OnChange = pnlColour1Click
  208.       Version = '1.29'
  209.       Warnings = False
  210.     end
  211.     object Panel1: TPanel
  212.       Left = 8
  213.       Top = 118
  214.       Width = 392
  215.       Height = 52
  216.       BevelOuter = bvLowered
  217.       TabOrder = 4
  218.       object webPreview: TWebRover
  219.         Left = 1
  220.         Top = 1
  221.         Width = 390
  222.         Height = 50
  223.         Cursor = crIBeam
  224.         ViewImages = False
  225.         TabOrder = 0
  226.         Align = alClient
  227.         BorderStyle = htNone
  228.         HistoryMaxCount = 0
  229.         DefFontName = 'Times New Roman'
  230.         DefPreFontName = 'Courier New'
  231.         NoSelect = False
  232.         ScrollBars = ssVertical
  233.         WebActive = False
  234.         TimeOut = 0
  235.       end
  236.     end
  237.   end
  238.   object butOK: TButton
  239.     Left = 261
  240.     Top = 209
  241.     Width = 75
  242.     Height = 25
  243.     Caption = '&OK'
  244.     Default = True
  245.     ModalResult = 1
  246.     TabOrder = 2
  247.     OnClick = butOKClick
  248.   end
  249.   object butCancel: TButton
  250.     Left = 339
  251.     Top = 209
  252.     Width = 75
  253.     Height = 25
  254.     Cancel = True
  255.     Caption = '&Cancel'
  256.     ModalResult = 2
  257.     TabOrder = 3
  258.   end
  259.   object btnHelp: TButton
  260.     Left = 7
  261.     Top = 209
  262.     Width = 75
  263.     Height = 25
  264.     Caption = '&Help'
  265.     TabOrder = 1
  266.     OnClick = btnHelpClick
  267.   end
  268. end
  269.